TSTP Solution File: ANA080^1 by Leo-III---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.10
% Problem  : ANA080^1 : TPTP v8.1.2. Released v7.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n020.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May  7 07:27:50 EDT 2024

% Result   : Theorem 2.95s 1.67s
% Output   : Refutation 3.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   13 (   1 unt;   5 typ;   0 def)
%            Number of atoms       :   49 (   8 equ;   0 cnn)
%            Maximal formula atoms :    8 (   6 avg)
%            Number of connectives :  131 (   7   ~;   0   |;   9   &;  94   @)
%                                         (   0 <=>;  21  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   9 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   4 usr;   1 con; 0-3 aty)
%            Number of variables   :   35 (   0   ^  28   !;   5   ?;  35   :)
%                                         (   2  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
thf('\'type/realax/real\'_type',type,
    '\'type/realax/real\'': $tType ).

thf('\'const/sets/sup\'_type',type,
    '\'const/sets/sup\'': ( '\'type/realax/real\'' > $o ) > '\'type/realax/real\'' ).

thf('\'const/sets/IN\'_type',type,
    '\'const/sets/IN\'': 
      !>[TA: $tType] : ( TA > ( TA > $o ) > $o ) ).

thf('\'const/sets/EMPTY\'_type',type,
    '\'const/sets/EMPTY\'': 
      !>[TA: $tType] : ( TA > $o ) ).

thf('\'const/realax/real_le\'_type',type,
    '\'const/realax/real_le\'': '\'type/realax/real\'' > '\'type/realax/real\'' > $o ).

thf(1,conjecture,
    ! [A: '\'type/realax/real\'' > $o,B: '\'type/realax/real\''] :
      ( ( ( A
         != ( '\'const/sets/EMPTY\'' @ '\'type/realax/real\'' ) )
        & ? [C: '\'type/realax/real\''] :
          ! [D: '\'type/realax/real\''] :
            ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ D @ A )
           => ( '\'const/realax/real_le\'' @ D @ C ) ) )
     => ( ( '\'const/realax/real_le\'' @ ( '\'const/sets/sup\'' @ A ) @ B )
        = ( ! [C: '\'type/realax/real\''] :
              ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
             => ( '\'const/realax/real_le\'' @ C @ B ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/sets/REAL_SUP_LE_EQ_') ).

thf(2,negated_conjecture,
    ~ ! [A: '\'type/realax/real\'' > $o,B: '\'type/realax/real\''] :
        ( ( ( A
           != ( '\'const/sets/EMPTY\'' @ '\'type/realax/real\'' ) )
          & ? [C: '\'type/realax/real\''] :
            ! [D: '\'type/realax/real\''] :
              ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ D @ A )
             => ( '\'const/realax/real_le\'' @ D @ C ) ) )
       => ( ( '\'const/realax/real_le\'' @ ( '\'const/sets/sup\'' @ A ) @ B )
          = ( ! [C: '\'type/realax/real\''] :
                ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
               => ( '\'const/realax/real_le\'' @ C @ B ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(5,plain,
    ~ ! [A: '\'type/realax/real\'' > $o,B: '\'type/realax/real\''] :
        ( ( ( A
           != ( '\'const/sets/EMPTY\'' @ '\'type/realax/real\'' ) )
          & ? [C: '\'type/realax/real\''] :
            ! [D: '\'type/realax/real\''] :
              ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ D @ A )
             => ( '\'const/realax/real_le\'' @ D @ C ) ) )
       => ( ( '\'const/realax/real_le\'' @ ( '\'const/sets/sup\'' @ A ) @ B )
          = ( ! [C: '\'type/realax/real\''] :
                ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
               => ( '\'const/realax/real_le\'' @ C @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [A: '\'type/realax/real\'',B: '\'type/realax/real\'',C: '\'type/realax/real\''] :
      ( ( ( '\'const/realax/real_le\'' @ A @ B )
        & ( '\'const/realax/real_le\'' @ B @ C ) )
     => ( '\'const/realax/real_le\'' @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/realax/REAL_LE_TRANS_') ).

thf(12,plain,
    ! [A: '\'type/realax/real\'',B: '\'type/realax/real\'',C: '\'type/realax/real\''] :
      ( ( ( '\'const/realax/real_le\'' @ A @ B )
        & ( '\'const/realax/real_le\'' @ B @ C ) )
     => ( '\'const/realax/real_le\'' @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    ! [A: '\'type/realax/real\'' > $o] :
      ( ( ( A
         != ( '\'const/sets/EMPTY\'' @ '\'type/realax/real\'' ) )
        & ? [B: '\'type/realax/real\''] :
          ! [C: '\'type/realax/real\''] :
            ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
           => ( '\'const/realax/real_le\'' @ C @ B ) ) )
     => ( ! [B: '\'type/realax/real\''] :
            ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ B @ A )
           => ( '\'const/realax/real_le\'' @ B @ ( '\'const/sets/sup\'' @ A ) ) )
        & ! [B: '\'type/realax/real\''] :
            ( ! [C: '\'type/realax/real\''] :
                ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
               => ( '\'const/realax/real_le\'' @ C @ B ) )
           => ( '\'const/realax/real_le\'' @ ( '\'const/sets/sup\'' @ A ) @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p','thm/sets/SUP_') ).

thf(14,plain,
    ! [A: '\'type/realax/real\'' > $o] :
      ( ( ( A
         != ( '\'const/sets/EMPTY\'' @ '\'type/realax/real\'' ) )
        & ? [B: '\'type/realax/real\''] :
          ! [C: '\'type/realax/real\''] :
            ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
           => ( '\'const/realax/real_le\'' @ C @ B ) ) )
     => ( ! [B: '\'type/realax/real\''] :
            ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ B @ A )
           => ( '\'const/realax/real_le\'' @ B @ ( '\'const/sets/sup\'' @ A ) ) )
        & ! [B: '\'type/realax/real\''] :
            ( ! [C: '\'type/realax/real\''] :
                ( ( '\'const/sets/IN\'' @ '\'type/realax/real\'' @ C @ A )
               => ( '\'const/realax/real_le\'' @ C @ B ) )
           => ( '\'const/realax/real_le\'' @ ( '\'const/sets/sup\'' @ A ) @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(28,plain,
    $false,
    inference(e,[status(thm)],[5,12,14]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : ANA080^1 : TPTP v8.1.2. Released v7.0.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.36  % Computer : n020.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Mon May  6 12:45:39 EDT 2024
% 0.16/0.37  % CPUTime  : 
% 0.96/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.26/0.96  % [INFO] 	 Parsing done (113ms). 
% 1.26/0.97  % [INFO] 	 Running in sequential loop mode. 
% 1.65/1.17  % [INFO] 	 eprover registered as external prover. 
% 1.65/1.18  % [INFO] 	 cvc4 registered as external prover. 
% 1.65/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.88/1.24  % [INFO] 	 Found a conjecture and 2 axioms. Running axiom selection ... 
% 1.88/1.26  % [INFO] 	 Axiom selection finished. Selected 2 axioms (removed 0 axioms). 
% 1.88/1.27  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 1.88/1.28  % [INFO] 	 Type checking passed. 
% 1.88/1.28  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 2.95/1.67  % External prover 'e' found a proof!
% 2.95/1.67  % [INFO] 	 Killing All external provers ... 
% 2.95/1.67  % Time passed: 1145ms (effective reasoning time: 696ms)
% 2.95/1.67  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 2.95/1.67  % Axioms used in derivation (2): thm/realax/REAL_LE_TRANS_, thm/sets/SUP_
% 2.95/1.67  % No. of inferences in proof: 8
% 2.95/1.67  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1145 ms resp. 696 ms w/o parsing
% 3.14/1.71  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.14/1.71  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------